var runtime.stackLarge
17 uses
runtime (current package)
stack.go#L165: var stackLarge struct {
stack.go#L178: for i := range stackLarge.free {
stack.go#L179: stackLarge.free[i].init()
stack.go#L180: lockInit(&stackLarge.lock, lockRankStackLarge)
stack.go#L411: lock(&stackLarge.lock)
stack.go#L412: if !stackLarge.free[log2npage].isEmpty() {
stack.go#L413: s = stackLarge.free[log2npage].first
stack.go#L414: stackLarge.free[log2npage].remove(s)
stack.go#L416: unlock(&stackLarge.lock)
stack.go#L551: lock(&stackLarge.lock)
stack.go#L552: stackLarge.free[log2npage].insert(s)
stack.go#L553: unlock(&stackLarge.lock)
stack.go#L1328: lock(&stackLarge.lock)
stack.go#L1329: for i := range stackLarge.free {
stack.go#L1330: for s := stackLarge.free[i].first; s != nil; {
stack.go#L1332: stackLarge.free[i].remove(s)
stack.go#L1338: unlock(&stackLarge.lock)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |